#include "init.h"
#include "actions.h"
+#include "cellrenderergraph.h"
#include "classes-list.h"
#include "css-editor.h"
#include "data-list.h"
{
gtk_inspector_register_resource ();
+ g_type_ensure (GTK_TYPE_CELL_RENDERER_GRAPH);
g_type_ensure (GTK_TYPE_GRAPH_DATA);
g_type_ensure (GTK_TYPE_INSPECTOR_ACTIONS);
g_type_ensure (GTK_TYPE_INSPECTOR_CLASSES_LIST);
</child>
</object>
</child>
+ <child>
+ <object class="GtkTreeViewColumn" id="column_self_graph">
+ <property name="visible">True</property>
+ <property name="sort-column-id">4</property>
+ <property name="title" translatable="yes">Self</property>
+ <child>
+ <object class="GtkCellRendererGraph" id="renderer_self_graph">
+ <property name="minimum">0</property>
+ <property name="xpad">1</property>
+ <property name="ypad">1</property>
+ </object>
+ <attributes>
+ <attribute name="data">6</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="column_cumulative_graph">
+ <property name="visible">True</property>
+ <property name="sort-column-id">5</property>
+ <property name="title" translatable="yes">Cumulative</property>
+ <child>
+ <object class="GtkCellRendererGraph" id="renderer_cumulative_graph">
+ <property name="minimum">0</property>
+ <property name="xpad">1</property>
+ <property name="ypad">1</property>
+ </object>
+ <attributes>
+ <attribute name="data">7</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
</object>
</child>
</object>